MaxLogFileSize

Integer (prefix multiplier)

1M

Purpose

The MaxLogFileSize parameter specifies the maximum file size (in bytes) of the JADE messages log file. When a log file exceeds the maximum size, a new log file is created. The format of the file name is:

jommsgn.log

The n value is a unique log file version number; for example, jommsg3.log.

Parameter is read when …

The node is next initialized; for example, when you restart the database server, application server, or the standard (fat) client.

Hint

You can force the creation of a new log file before the specified maximum log file size is reached. For details, see the JadeLog class rollOverLog, rollOverLogClient, or rollOverLogServer method in Chapter 1 of the JADE Encyclopaedia of Classes.